Click or drag to resize

Priority Enumeration

Represents the relative priority of a message.

Namespace:  Independentsoft.Msg
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public enum Priority
Members
  Member nameValueDescription
Low0 The message is not urgent.
Normal1 The message has normal priority.
High2 The message is urgent.
None3 None.
See Also